UVMS SSL Configuration

A server's SSL configuration is performed with the help of the unissl Command server command. The following steps are necessary to configure a server in SSL:

  1. Create the keystore

Execute the command:

unissl GENSTORE

  1. Generate a public key pair/private key on the server

Execute the command:

unissl GENKEY

To save the public key pair/private key in the keystore protected with a password.

  1. Generate a Certificate Signing Request (CSR) on the server.

Execute the command:

unissl GENCSR

To generate the file (in the PKCS#10 format) containing the request.

  1. Send the request (CSR) to the certification authority.

Send the file to the certification authority.

  1. Receive the server certificate signed by the certification authority.

Retrieve the signed certificate from the certification authority.

  1. Install the certificates

Execute the command:

unissl IMPORT

To install the certificates in the server keystore

  1. Stop UVMS
  1. Activate SSL

Execute the command:

unissl SET

  1. Restart UVMS to take these modifications into consideration.

When the SSL configuration is finished the server must be restarted.

Other unissl command options can enable/disable SSL, list or delete keys and certificates, change the password. Refer to section "unissl Command".

As of version 6.10.41, documentation new updates are posted on the Broadcom Techdocs Portal.
Look for Dollar Universe.